home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960209-19960425 / 000061_news@columbia.edu _Thu Feb 22 09:41:36 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id JAA16265 for <kermit.misc@watsun>; Thu, 22 Feb 1996 09:41:35 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id JAA05227 for kermit.misc@watsun; Thu, 22 Feb 1996 09:41:34 -0500 (EST)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: 3270 Emulator
  8. Date: 22 Feb 1996 14:41:18 GMT
  9. Organization: Columbia University
  10. Lines: 12
  11. Message-ID: <4ghvae$538@apakabar.cc.columbia.edu>
  12. References: <4gg07l$c3p@shemesh.tis.com>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <4gg07l$c3p@shemesh.tis.com>,
  16. Roger Hartmuller <roger@tis.com> wrote:
  17. : Does Kermit 95 have a 3270 emulator, for logging into VM/CMS?
  18. :
  19. No, that's a future project for us.  In the meantime, it can be used
  20. to access IBM mainframes through other protocol converters, either
  21. by dialup (e.g. to a communications front end that does 3270 protocol
  22. conversion, such as an IBM 7171 or a Cisco terminal server) or by Telnet
  23. (e.g. to a UNIX or VMS server, and then "tn3270" to the IBM host).  You
  24. can also Telnet direct from Kermit 95 to the VM/CMS linemode telnet server.
  25.  
  26. - Frank